runtime/pprof.profileBuilder.pb (field)

53 uses

	runtime/pprof (current package)
		pprof.go#L437: 	b.pb.int64Opt(tagProfile_Period, 1)
		pprof.go#L505: 	b.pb.int64Opt(tagProfile_Period, 1)
		proto.go#L37: 	pb        protobuf
		proto.go#L145: 	if b.pb.nest == 0 && len(b.pb.data) > dataFlush {
		proto.go#L146: 		b.zw.Write(b.pb.data)
		proto.go#L147: 		b.pb.data = b.pb.data[:0]
		proto.go#L153: 	start := b.pb.startMessage()
		proto.go#L154: 	b.pb.int64(tagValueType_Type, b.stringIndex(typ))
		proto.go#L155: 	b.pb.int64(tagValueType_Unit, b.stringIndex(unit))
		proto.go#L156: 	b.pb.endMessage(tag, start)
		proto.go#L161: 	start := b.pb.startMessage()
		proto.go#L162: 	b.pb.int64s(tagSample_Value, values)
		proto.go#L163: 	b.pb.uint64s(tagSample_Location, locs)
		proto.go#L167: 	b.pb.endMessage(tagProfile_Sample, start)
		proto.go#L173: 	start := b.pb.startMessage()
		proto.go#L174: 	b.pb.int64Opt(tagLabel_Key, b.stringIndex(key))
		proto.go#L175: 	b.pb.int64Opt(tagLabel_Str, b.stringIndex(str))
		proto.go#L176: 	b.pb.int64Opt(tagLabel_Num, num)
		proto.go#L177: 	b.pb.endMessage(tag, start)
		proto.go#L182: 	start := b.pb.startMessage()
		proto.go#L183: 	b.pb.uint64Opt(tagLine_FunctionID, funcID)
		proto.go#L184: 	b.pb.int64Opt(tagLine_Line, line)
		proto.go#L185: 	b.pb.endMessage(tag, start)
		proto.go#L190: 	start := b.pb.startMessage()
		proto.go#L191: 	b.pb.uint64Opt(tagMapping_ID, id)
		proto.go#L192: 	b.pb.uint64Opt(tagMapping_Start, base)
		proto.go#L193: 	b.pb.uint64Opt(tagMapping_Limit, limit)
		proto.go#L194: 	b.pb.uint64Opt(tagMapping_Offset, offset)
		proto.go#L195: 	b.pb.int64Opt(tagMapping_Filename, b.stringIndex(file))
		proto.go#L196: 	b.pb.int64Opt(tagMapping_BuildID, b.stringIndex(buildID))
		proto.go#L204: 		b.pb.bool(tagMapping_HasFunctions, true)
		proto.go#L206: 	b.pb.endMessage(tag, start)
		proto.go#L351: 	b.pb.int64Opt(tagProfile_TimeNanos, b.start.UnixNano())
		proto.go#L355: 		b.pb.int64Opt(tagProfile_DurationNanos, b.end.Sub(b.start).Nanoseconds())
		proto.go#L357: 		b.pb.int64Opt(tagProfile_Period, b.period)
		proto.go#L389: 	b.pb.strings(tagProfile_StringTable, b.strings)
		proto.go#L390: 	b.zw.Write(b.pb.data)
		proto.go#L613: 	start := b.pb.startMessage()
		proto.go#L614: 	b.pb.uint64Opt(tagLocation_ID, id)
		proto.go#L615: 	b.pb.uint64Opt(tagLocation_Address, uint64(firstFrame.PC))
		proto.go#L634: 			b.pb.uint64Opt(tagLocation_MappingID, uint64(i+1))
		proto.go#L642: 	b.pb.endMessage(tagProfile_Location, start)
		proto.go#L646: 		start := b.pb.startMessage()
		proto.go#L647: 		b.pb.uint64Opt(tagFunction_ID, fn.id)
		proto.go#L648: 		b.pb.int64Opt(tagFunction_Name, b.stringIndex(fn.name))
		proto.go#L649: 		b.pb.int64Opt(tagFunction_SystemName, b.stringIndex(fn.name))
		proto.go#L650: 		b.pb.int64Opt(tagFunction_Filename, b.stringIndex(fn.file))
		proto.go#L651: 		b.pb.int64Opt(tagFunction_StartLine, fn.startLine)
		proto.go#L652: 		b.pb.endMessage(tagProfile_Function, start)
		protomem.go#L19: 	b.pb.int64Opt(tagProfile_Period, rate)
		protomem.go#L25: 		b.pb.int64Opt(tagProfile_DefaultSampleType, b.stringIndex(defaultSampleType))